mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2025-01-23 18:56:39 +00:00
Improved logo
This commit is contained in:
parent
5c8031b8a2
commit
15143bfc09
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# cchat-discord
|
||||
|
||||
cchat driver for Discord.
|
||||
|
||||
##### Disclaimer
|
||||
|
||||
The discord_logo.png file in the repository belongs to Discord. I do not own it.
|
BIN
discord_logo.png
Normal file
BIN
discord_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
|
@ -32,7 +32,8 @@ func (Service) Name() text.Rich {
|
|||
}
|
||||
|
||||
func (Service) Icon(ctx context.Context, iconer cchat.IconContainer) (func(), error) {
|
||||
iconer.SetIcon("https://discord.com/assets/2c21aeda16de354ba5334551a883b481.png")
|
||||
iconer.SetIcon("https://raw.githubusercontent.com/" +
|
||||
"diamondburned/cchat-discord/himearikawa/discord_logo.png")
|
||||
return func() {}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue