Exemplo n.º 1
0
        public async Task Refresh(CommandContext ctx)
        {
            await PBot.RefreshCurseFiles();

            await ctx.Message.CreateReactionAsync(DiscordEmoji.FromName(ctx.Client, ":white_check_mark:"));
        }