Skip to content

Commit

Permalink
Update AboutCommand
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <daniel@shedaniel.me>
  • Loading branch information
shedaniel committed Feb 15, 2021
1 parent 4273fa9 commit cd3e740
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ object AboutCommand : CommandBase {
gateway.self.map(User::getAvatarUrl).block()?.also { url -> setThumbnail(url) }
setFooter("Requested by " + user.discriminatedName, user.avatarUrl)
description = "A mappings bot created by <@430615025066049538>."
addField("Library Src", "https://github.com/shedaniel/linkie-core/")
addField("Bot Src", "https://github.com/shedaniel/linkie-discord/")
addField("Library Src", "https://github.com/linkie/linkie-core/")
addField("Bot Src", "https://github.com/linkie/linkie-discord/")
addField("License", "Apache 2.0")
addField("Invite", "https://discordapp.com/oauth2/authorize?client_id=472081983925780490&permissions=10304&scope=bot")
addField("Invite", "https://discord.com/api/oauth2/authorize?client_id=472081983925780490&permissions=339008&scope=bot%20applications.commands")
setTimestampToNow()
}.subscribe()
}
Expand Down

0 comments on commit cd3e740

Please sign in to comment.