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:
Quin Lynch
2022-03-02 19:24:10 -04:00
committed by GitHub
parent 507a18d389
commit 36d6ce9ec8

View File

@@ -27,7 +27,7 @@ private async Task Client_Ready()
.AddChoice("Lovely", 4)
.AddChoice("Excellent!", 5)
.WithType(ApplicationCommandOptionType.Integer)
).Build();
);
try
{