static async Task ReadyAsync() { await emoteService.ReloadEmotesAsync(); await client.SetGameAsync(RiftBot.BotStatusMessage); }
public async Task Emotes() { await emoteService.ReloadEmotesAsync(); await ReplyAsync("Reloaded emotes."); }