浏览代码

deleted info about type of returned value

tenessy0570 3 年之前
父节点
当前提交
5f229b012e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils.py

+ 1 - 1
utils.py

@@ -6,7 +6,7 @@ def on_ready_print(self):
     print("---------")
 
 
-async def receive_message_then_send(message, received: str, to_send="") -> None:
+async def receive_message_then_send(message, received: str, to_send=""):
     if message.content == received:
         if to_send:
             await message.channel.send(to_send)