You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the invite link of the bot to be able to invite it.
116
+
"""
105
117
awaitcontext.send("I sent you a private message!")
106
118
awaitcontext.author.send(f"Invite me by clicking here: https://discordapp.com/oauth2/authorize?&client_id={config.APPLICATION_ID}&scope=bot&permissions=8")
107
119
108
120
@commands.command(name="server")
109
121
asyncdefserver(self, context):
122
+
"""
123
+
Get the invite link of the discord server of the bot for some support.
124
+
"""
110
125
awaitcontext.send("I sent you a private message!")
111
-
awaitcontext.author.send("Join my discord server by clicking here: https://discord.gg/Vddcy76")
126
+
awaitcontext.author.send("Join my discord server by clicking here: https://discord.gg/HzJ3Gfr")
0 commit comments