public async Task DestroyGang() { GangRepository.DestroyGang(Context.User.Id, Context.Guild.Id); await ReplyAsync($"{Context.User.Mention}, You have successfully destroyed your gang."); }