Ejemplo n.º 1
0
        public async Task RestartBot()
        {
            await ReplyAsync("**Attempting to restart the bot instance..**");

            MessageUtil.AttemptGuildsMessage(Context, "**NoseBot is current restarting, apologies for the inconvenience. Monitors will be stopped**");
            ProgramUtil.RestartBot();
        }