Skip to content

Commit

Permalink
repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgv2 committed May 13, 2024
1 parent 7a053c5 commit 82b1266
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,7 @@ bot.on("message", message => {
}
break;
case "github":
message.channel.send(new Discord.MessageEmbed()
.setTitle("Click here for the GitHub repo.")
.setColor("009688")
.setURL("https://github.com/Team-Gigabyte/quotobot")
)
message.channel.send("https://github.com/Team-Gigabyte/quotobot")
break;
default:
break;
Expand Down

0 comments on commit 82b1266

Please sign in to comment.