Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit f9cbd17

Browse files
committed
Updated a docstring
1 parent 2beddce commit f9cbd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/utils/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def send_direct_message(user_id: int, message: str, /):
3737

3838
@staticmethod
3939
def send_channel_message(channel_ids: str, message: str, user_id: int,/):
40-
"""Will send direct messages to a user using the C-shared extension"""
40+
"""Will send messages to random chosen channel ids using the C-shared extension"""
4141

4242
content = f'<@{user_id}>'.encode()
4343
message = str(message).encode()

0 commit comments

Comments
 (0)