Browse Source

Remove unnecessary RunMode reference

pull/988/head
Hsu Still 7 years ago
parent
commit
bf84af35b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/RunMode.cs

+ 1
- 1
src/Discord.Net.Commands/RunMode.cs View File

@@ -3,7 +3,7 @@ namespace Discord.Commands
public enum RunMode public enum RunMode
{ {
/// <summary> /// <summary>
/// Default <see cref="RunMode"/> behaviour set in <see cref="CommandServiceConfig"/>.
/// Default behaviour set in <see cref="CommandServiceConfig"/>.
/// </summary> /// </summary>
Default, Default,
/// <summary> /// <summary>


Loading…
Cancel
Save