invisibility
invisibility
CC#
Created by invisibility on 1/17/2023 in #help
❔ Problem CanUseCmd
4 replies
CC#
Created by invisibility on 11/10/2022 in #help
❔ problem datetime
EndSeason = 25/11/2022 05:45,
EndSeason = 25/11/2022 05:45,
public DateTime EndSeason { get; set; }
public DateTime EndSeason { get; set; }
4 replies
CC#
Created by invisibility on 9/15/2022 in #help
Bot Discord
33 replies
CC#
Created by invisibility on 9/7/2022 in #help
Channel Discord
6 replies
CC#
Created by invisibility on 8/26/2022 in #help
DiscordClient.GetChannelAsync
Hello, I put on my discord the channel id but its not working here is my code
var a = Client.GetChannelAsync(ChannelID).GetAwaiter().GetResult();
var myMsg = a.GetMessagesAsync(1).GetAwaiter().GetResult();
var a = Client.GetChannelAsync(ChannelID).GetAwaiter().GetResult();
var myMsg = a.GetMessagesAsync(1).GetAwaiter().GetResult();
18 replies