PacketCloud / ALVIS.js

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

Add error handling in the event that default role does not exist on server. #7

Open aschuldhaus opened 7 years ago

aschuldhaus commented 7 years ago

Otherwise could check if default role exists on startup. If not, it can either throw error, or treat it like no default role is set.