0% found this document useful (0 votes)
26 views2 pages

Discord Bot Commands for Fun Interactions

Uploaded by

keithmayerliu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Discord Bot Commands for Fun Interactions

Uploaded by

keithmayerliu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

from discord.

ext import commands


import random

import os

my_secret = [Link]['token']

bot = [Link](command_prefix="pee ")


print('hi doods')
@[Link]()
async def chess(ctx):
await [Link]("<@!551544151204692000>")
# hey
# how are you
# please don't run this repl
@[Link]()
async def prefix(ctx):
await [Link]("is pee")

@[Link]()
async def smw(ctx):
await [Link]("smw")

@[Link]()
async def insult(ctx):
await [Link]("u smell like poop")

@[Link](pass_context=True)
async def coinflip(ctx):
variable = [
"head",
"tail"]
await [Link]([Link](variable))

@[Link](pass_context=True)
async def IdiotTest(ctx):
variable = [
"yes ur an idiot",
"no ur smart"]
await [Link]([Link](variable))

@[Link](pass_context=True)
async def joke(ctx):
variable = [
"what did the left eye say to the right eye? i smell something going on",
"whats fast loud and crunchy? a rocket chip","what did the pirate say when
he had his 80th birthday? AYYY MATEYYYYYYY", "congrats! you found the
secret!","Whats the best thing about Switzerland? I don't know but the flag is a
big plus. ","I invented a new word! Plagiarism.","Did you hear about the
mathematician who’s afraid of negative numbers? He’ll stop at nothing to avoid
them.","Why do we tell actors to “break a leg?Because every play has a
cast.","Helvetica and Times New Roman walk into a bar Get out of here! shouts the
bartender","Yesterday I saw a guy spill all his Scrabble letters on the road. I
asked him, What’s the word on the street?"]
await [Link]([Link](variable))

@[Link]()
async def sorry(ctx):
await [Link]("sorry")

@[Link]()
async def thicc(ctx):
await [Link]("thicc")

@[Link]()
async def calculate(ctx):
await [Link]("i am not a calculator, idot")

@[Link]()
async def pee(ctx):
await [Link](":yellow_circle:")

@[Link]()
async def poo(ctx):
await [Link](":poop:")

@[Link]()
async def oo(ctx):
await [Link]("oo")

[Link]("TOKEN")

You might also like