You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifcurrency['wallet'][str(user.id)] <10000: returnawaitctx.reply('You really want to risk losing your life to a poor person? (imagine robbing someone with < 10k net worth)')
440
-
elifcurrency['wallet'][str(ctx.author.id)] <5000: returnawaitctx.reply('You have less than 10k in your wallet. Don\'t be greedy.')
440
+
elifcurrency['wallet'][str(ctx.author.id)] <10000: returnawaitctx.reply('You have less than 10k in your wallet. Don\'t be greedy.')
0 commit comments