Exemple #1
0
        public async Task GetMuteRole()
        {
            var muteRole = await ModerationService.GetMuteRoleAsync(Context.Guild);

            await ReplyAsync(Format.Code(muteRole.Name));
        }