ALVIS (Asynchronous Learning Virtual Intelligence System) is a server management and utility bot built for the voice and text chat service, Discord. It utilizes Google's DialogFlow servers to introduce natural language request processing to the bot; allowing for communication in plain English - not just commands.
MIT License
0
stars
2
forks
source link
Playmusic commands are logged to console as a 'playsound' command. #25
For example, a playmusic command request could be fulfilled, but the console would log:
[00:00:00] Responded to playsound command from aschuldhaus on PacketCloud:The Room
Cause has been traced back to the logger method calls in the playmusicCommand() method within the CommandExecuter class. This is likely due to improperly updating the method after copy-pasting of reused code from playsoundCommand() method.
For example, a playmusic command request could be fulfilled, but the console would log:
Cause has been traced back to the logger method calls in the playmusicCommand() method within the CommandExecuter class. This is likely due to improperly updating the method after copy-pasting of reused code from playsoundCommand() method.