コード例 #1
0
ファイル: AdminModule.cs プロジェクト: rexyrex/RexBot-2.0
 public async Task restrainListCmd()
 {
     string res = AdminUtils.GetRestrainedList();
     await Context.Channel.SendMessageAsync("```" + res + "```");
 }