Example #1
0
        public async Task ClearCustomCommands()
        {
            _customCommands.Clear();

            await ReplyAsync("Custom commands cleared!");
        }