mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
allow discord to embed og stuff now
This commit is contained in:
parent
d8679dcc4e
commit
27fb06a197
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class DiscordService extends Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
mentionResponse (message: Message) {
|
mentionResponse (message: Message) {
|
||||||
message.channel.send(`🔰 Assign your roles here! <${this.appUrl}/s/${message.guild.id}>`, { disableEveryone: true })
|
message.channel.send(`🔰 Assign your roles here! ${this.appUrl}/s/${message.guild.id}`, { disableEveryone: true })
|
||||||
}
|
}
|
||||||
|
|
||||||
_cmds () {
|
_cmds () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue