LOGGER.debug("No command with that name was found.");
DiscordInteractionsUtil.sendMessage(event.getMessage().getChannel(),"Command not found. Use `!list` to get a list of all available commands.");
DiscordInteractionsUtil.sendMessage(event.getMessage().getChannel(),"Command not found. Use `"+Configuration.COMMAND_PREFIX+"list` to get a list of all available commands.");