hermaplusplus / vergil

Discord bot for referencing Vergil from 'Devil May Cry'
GNU General Public License v3.0
1 stars 1 forks source link

vergil responds to more lyrics #4

Closed BrotherHangyul closed 2 years ago

BrotherHangyul commented 2 years ago

vergil can now respond to black clouds in isolation and provoking

why it's good for the bot:

it's funny

hermaplusplus commented 2 years ago

The nature of this update makes it more fitting to be handled by waiting for a user to consecutively use those lyrics, or alternate between the user and the bot replying with lyrics. I invite you to look at the documentation for discord.Client.wait_for.

The bot is missing message handling, see the on_message asynchronous event in ./main.py.

The bot has also been reworked to include weights, as per PR #5.