mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-14 13:55:03 +00:00
some more patches thanks to ruby
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
ba4a2b45b8
commit
10bb0b67bc
18 changed files with 69 additions and 52 deletions
|
@ -48,7 +48,7 @@ export async function sendMessage(
|
|||
...content,
|
||||
...(pluginData.client.user && {
|
||||
username: pluginData.client.user.username,
|
||||
avatarURL: pluginData.client.user.avatarURL() || pluginData.client.user.defaultAvatarURL,
|
||||
avatarURL: pluginData.client.user.displayAvatarURL(),
|
||||
}),
|
||||
})
|
||||
.then((apiMessage) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue