質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -64,6 +64,7 @@
|
|
64
64
|
```
|
65
65
|
Messages.cs
|
66
66
|
---
|
67
|
+
```C#
|
67
68
|
using Discord.Commands;
|
68
69
|
using System;
|
69
70
|
using System.Collections.Generic;
|
@@ -110,9 +111,9 @@
|
|
110
111
|
string Messages = "次の試合のルールは、\n ・**" + rule[randomRule].ToString() + "**\n\n" + "次の試合のステージは、\n ・**" + stage[randomStage].ToString() + "**\n";
|
111
112
|
await ReplyAsync(Messages);
|
112
113
|
}
|
113
|
-
|
114
114
|
}
|
115
115
|
}
|
116
|
+
```
|
116
117
|
エラー
|
117
118
|
---
|
118
119
|
今のところない
|