예제 #1
0
 public async Task Dj([Remainder] IRole role)
 {
     GuildConfig.SetDj(Context.Guild, role.Id);
     await ReplyAsync($"The DJ Role has been set to: {role.Name}");
 }