Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

discord bot c# how to refresh message

// 'message' being the message you want to refresh
message = await Ctx.Channel.GetMessageAsync(message.Id).ConfigureAwait(false);
 
PREVIOUS NEXT
Tagged: #discord #bot #refresh #message
ADD COMMENT
Topic
Name
6+2 =