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
importdiscord.utils# TODO: Code duplication# labels: duplication# Go to src.bot.bot_commands has a similar method, do we want to keep both?asyncdefmessage_to_channel(ctx: Context, message: str, incoming_channel: str) ->None:
"""Directs a message out to a specific channel. Use None as channel to reply where the command was submitted"""ifincoming_channel!=None:
9fce823bb72c26a7f8c001b9df2899a9bf4a7b12
The text was updated successfully, but these errors were encountered:
Code duplication
Go to src.bot.bot_commands has a similar method, do we want to keep both?
tournam8/src/utils/logger.py
Line 6 in 8c4ea12
9fce823bb72c26a7f8c001b9df2899a9bf4a7b12
The text was updated successfully, but these errors were encountered: