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)] <5000: returnawaitctx.reply('They has less than 5000 coins on them. Don\'t waste your time...')
433
433
elifcurrency['wallet'][str(ctx.author.id)] <5000: returnawaitctx.reply('You have less than 5k coins in your wallet. Play fair dude.') #what..? wheres logic?? i mean irl you can rob someone without havin any money at all
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)')
457
457
elifcurrency['wallet'][str(ctx.author.id)] <10000: returnawaitctx.reply('You have less than 10k in your wallet. Don\'t be greedy.')
ifitems[str(ctx.author.id)]['rifle'] ==0: returnawaitctx.reply('I\'d hate to see you hunt with your bare hands. Please buy a hunting rifle from the shop. ||/buy rifle||')
if (items[str(ctx.author.id)]['fishingpole'] ==0): returnawaitctx.reply('I don\'t think you can fish with your bare hands. Please buy a fishing pole from the shop. ||/buy fishingpole||') #just put yo hands in the water bro **giga chad**
if (items[str(ctx.author.id)]['shovel'] ==0): returnawaitctx.reply('You\'re too good to have to dig with your bare hands..... at least I hope so. Please buy a shovel from the shop. ||/buy shovel||')
0 commit comments