Pārlūkot izejas kodu

fixings on say cog

BaumSplitter41 4 mēneši atpakaļ
vecāks
revīzija
bd5ae3bae2
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      VPD_BOT/cogs/say.py

+ 1 - 0
VPD_BOT/cogs/say.py

@@ -35,6 +35,7 @@ class Say(commands.Cog):
 #Command initialization
     @slash_command(description="Let the bot send a message")
     async def say(
+            self,
             ctx,
             text: str = Option(description="Input the text you want to send"),
             channel_input: discord.TextChannel = Option(description="Select the channel,where you want to send the message.")