コード例 #1
0
ファイル: GeneralModule.cs プロジェクト: thewrayman/NoseBot
        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();
        }