Update GamblingModule.cs
This commit is contained in:
parent
cf8d105c6f
commit
8726a8ac79
@ -187,7 +187,7 @@ namespace NadekoBot.Modules.Gambling
|
|||||||
|
|
||||||
cgb.CreateCommand(Prefix + "leaderboard")
|
cgb.CreateCommand(Prefix + "leaderboard")
|
||||||
.Alias(Prefix + "lb")
|
.Alias(Prefix + "lb")
|
||||||
.Description($"Displays bot currency leaderboard | {Prefix}lb")
|
.Description($"Displays bot currency leaderboard | `{Prefix}lb`")
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
{
|
{
|
||||||
var richestTemp = DbHandler.Instance.GetTopRichest();
|
var richestTemp = DbHandler.Instance.GetTopRichest();
|
||||||
|
Loading…
Reference in New Issue
Block a user