ajax18 wrote: ↑Sun Jun 23, 2024 5:36 pm
Stealing top-secret documents for profit seems to be number two. Ironically you would be a staunch supporter of law enforcement if that was a Democrat committing real major crimes.
At least Trump is deemed competent to stand trial for mishandling classified documents, unlike Biden. That case right there is another example of the two tiered justice system according to political party.
@client.command(aliases=['ajax18, 'AJAX18'])
async def noob(ctx, member: discussmormonism.com.Member):
member = member.mention
text = [ f'{member} is a certified troll

',
f'{member} is a troll!!',
ctx.author.mention + f' calls {member} a troll, but they use a Uno reverse card',
ctx.author.mention + f' attemts to call {member} a troll, but fails.',
f'{member} is the biggest troll there is!!!',
f'{member} is a troll, and a really crappy one To be honest

',
ctx.author.mention + f' *thinks* {member} is a troll']
if [this is where I'm trying to add the check] == True:
await ctx.send('sorry, i will not betray my kind

')
else:
await ctx.send(f'{random.choice(text)}')
- Doc