added jojodemo, demo >>> deepfloydifdemo
Browse files
app.py
CHANGED
@@ -113,10 +113,8 @@ async def safetychecks(ctx):
|
|
113 |
await ctx.message.reply(f"β <@811235357663297546> SC failed somewhere β") # this will always ping, as long as the bot has access to the channel
|
114 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
115 |
@bot.command()
|
116 |
-
async def
|
117 |
try:
|
118 |
-
# https://cdn.discordapp.com/attachments/932563860597121054/1113483403258499142/image.png
|
119 |
-
#jojofile =
|
120 |
thread = await ctx.message.create_thread(name=f'{ctx.author} Demo Thread')
|
121 |
await thread.send(f'{ctx.author.mention}Here is a demo for the !deepfloydif command!')
|
122 |
await asyncio.sleep(0.5)
|
@@ -124,6 +122,17 @@ async def demo(ctx):
|
|
124 |
except Exception as e:
|
125 |
print(f"Error: {e}")
|
126 |
await ctx.message.add_reaction('β')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
128 |
# jojo β
|
129 |
@bot.command()
|
|
|
113 |
await ctx.message.reply(f"β <@811235357663297546> SC failed somewhere β") # this will always ping, as long as the bot has access to the channel
|
114 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
115 |
@bot.command()
|
116 |
+
async def deepfloydifdemo(ctx):
|
117 |
try:
|
|
|
|
|
118 |
thread = await ctx.message.create_thread(name=f'{ctx.author} Demo Thread')
|
119 |
await thread.send(f'{ctx.author.mention}Here is a demo for the !deepfloydif command!')
|
120 |
await asyncio.sleep(0.5)
|
|
|
122 |
except Exception as e:
|
123 |
print(f"Error: {e}")
|
124 |
await ctx.message.add_reaction('β')
|
125 |
+
#----------------------------------------------------------------------------------------------------------------------------------------------
|
126 |
+
@bot.command()
|
127 |
+
async def jojodemo(ctx):
|
128 |
+
try:
|
129 |
+
thread = await ctx.message.create_thread(name=f'{ctx.author} Demo Thread')
|
130 |
+
await thread.send(f'{ctx.author.mention}Here is a demo for the !jojo command!')
|
131 |
+
await asyncio.sleep(0.5)
|
132 |
+
await thread.send(f'https://cdn.discordapp.com/attachments/932563860597121054/1113492260294770778/image.png')
|
133 |
+
except Exception as e:
|
134 |
+
print(f"Error: {e}")
|
135 |
+
await ctx.message.add_reaction('β')
|
136 |
#----------------------------------------------------------------------------------------------------------------------------------------------
|
137 |
# jojo β
|
138 |
@bot.command()
|