Day: May 31, 2024

Uncategorized

Free Friday (5/17/24) (makeup)

Today i added a help and roll dice command. the roll dice command takes in an argument for how many sides the dice will be, then it randomly selects a number between 1 and the number you entered, the default would be 6. The help command just gives a list of all commands. Here is […]

Uncategorized

Free Friday (5/3/24) (Make Up)

Today I created a discord bot using discord.py. I started by going to the discord developer portal and creating an “app” (aka the bot) and getting the client token. Now that we have the client token we can use discord.py to program how the bot will behave. Here’s my code: I created a flip coin […]

Back To Top