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