Esempio n. 1
0
        public async Task ClearAllAsync()
        {
            await this.CleanupAllPossibleTournamentArtifactsAsync();

            this.Logger.Debug("All tournament artifacts cleared");
            await this.SendChannelMessage(BotStrings.AllPossibleTournamentArtifactsCleaned(this.Context.Guild.Name));
        }