Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused Context parameter in process_message function
The function process_message in discord bot code no longer requires the Context parameter, improving readability and simplifying function calls. This removal accounts for changes in the bot's design where the context is no longer necessary for processing Discord messages.
- Loading branch information