Browse Source

Create SuffixType.cs

pull/1130/head
JustNrik GitHub 7 years ago
parent
commit
4976fc4b67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      src/Discord.Net.Commands/SuffixType.cs

+ 9
- 0
src/Discord.Net.Commands/SuffixType.cs View File

@@ -0,0 +1,9 @@

namespace Discord.Commands
{
public enum SuffixType
{
String,
Mention
}
}

Loading…
Cancel
Save