Unneeded build event (#2158)
Build() at the end of the command creation isn't needed. The build is done on line 34. Co-authored-by: Cookiezzz <Cookiezzz@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ private async Task Client_Ready()
|
||||
.AddChoice("Lovely", 4)
|
||||
.AddChoice("Excellent!", 5)
|
||||
.WithType(ApplicationCommandOptionType.Integer)
|
||||
).Build();
|
||||
);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user