Explorar el Código

fixing welcome message

baumsplitter41 hace 2 meses
padre
commit
b6000a57ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      VPD_BOT/cogs/welcome_msg.py

+ 2 - 2
VPD_BOT/cogs/welcome_msg.py

@@ -1,4 +1,4 @@
-"""import discord
+import discord
 from discord.ext import commands
 from discord.commands import Option
 from discord.commands import slash_command
@@ -44,4 +44,4 @@ class welcome_msg(commands.Cog):
 
 
 def setup(bot: discord.Bot):
-    bot.add_cog(welcome_msg(bot))"""
+    bot.add_cog(welcome_msg(bot))