Moved shit to recycle bin etc etc
This commit is contained in:
@@ -113,16 +113,6 @@ async def calculator(interaction: discord.Interaction):
|
||||
calculator = Calculator()
|
||||
await interaction.followup.send(content="`" + " " * calculator.MAXIMUMBARSIZE + "0`", view=calculator)
|
||||
|
||||
|
||||
"""
|
||||
#### Game Picker ####
|
||||
"""
|
||||
@tree.command(description="Pick a game")
|
||||
async def gg(interaction: discord.Interaction):
|
||||
|
||||
game = pick_game()
|
||||
await interaction.response.send_message(f"{game}")
|
||||
|
||||
@tree.command(description="Roll a Dice")
|
||||
@app_commands.choices(dice = [
|
||||
app_commands.Choice(name = 'd4', value=4),
|
||||
|
||||
Reference in New Issue
Block a user