updated my pull request
so it says that the person gets dmed
This commit is contained in:
parent
5bccc2e569
commit
5e5fd19390
@ -36,7 +36,7 @@ class BasicCommands:
|
|||||||
else:
|
else:
|
||||||
if msg.content.lower() in agree:
|
if msg.content.lower() in agree:
|
||||||
async with ctx.typing():
|
async with ctx.typing():
|
||||||
await ctx.author.send("Alrighty-Roo...")
|
await ctx.send("Alrighty-Roo... Check your DMs!")
|
||||||
await ctx.author.send(f"""To start making your bot from scratch, you first need to head over to {channel_list['channel-1']}
|
await ctx.author.send(f"""To start making your bot from scratch, you first need to head over to {channel_list['channel-1']}
|
||||||
(Regardless of the language you're gonna use).""")
|
(Regardless of the language you're gonna use).""")
|
||||||
await ctx.author.send(f"""After you have a bot account, you can either continue with {channel_list['d.py-rewrite-start']}
|
await ctx.author.send(f"""After you have a bot account, you can either continue with {channel_list['d.py-rewrite-start']}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user