Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord py message link

link = 'https://discordapp.com/channels/guild_id/channel_id/message_id'.split('/')
message = await self.bot.get_guild(int(link[-3])).get_channel(int(link[-2])).fetch_message(int(link[-1]))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #discord #py #message #link
ADD COMMENT
Topic
Name
3+9 =