Improved logo

This commit is contained in:
diamondburned 2020-07-10 17:10:28 -07:00
parent 5c8031b8a2
commit 15143bfc09
3 changed files with 9 additions and 1 deletions

7
README.md Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -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
}