Skip to content

Commit

Permalink
Merge pull request #590 from beanbeanjuice/576-fix-discord-owner-user…
Browse files Browse the repository at this point in the history
…name

Removed All Instances of Old Username
  • Loading branch information
beanbeanjuice committed Sep 19, 2023
2 parents 4bc431b + b26ae76 commit 44d2a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ By using [cafeBot](https://www.github.com/beanbeanjuice/cafeBot), you are agreei
# Contact

- beanbeanjuice
- Discord: [beanbeanjuice#4595](https://discord.gg/KrUFw3uHST)
- Discord: [@beanbeanjuice](https://discord.gg/KrUFw3uHST)
- YouTube: [beanbeanjuice](https://www.youtube.com/beanbeanjuice)
- TikTok: [@beanbeanjuiceofficial](https://www.tiktok.com/@beanbeanjuiceofficial)
- Twitter: [@beanbeanjuice](https://twitter.com/beanbeanjuice)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private MessageEmbed infoEmbed() {
.setColor(Helper.getRandomColor())
.setAuthor("Bot Information", null, Bot.getBot().getSelfUser().getAvatarUrl())
.addField("⚙ Commands Run", "```" + Bot.commandsRun + "```", true)
.addField("<a:wowowow:886217210010431508> Creator", "```beanbeanjuice#4595```", true)
.addField("<a:wowowow:886217210010431508> Creator", "```@beanbeanjuice```", true)
.addField("<:html:1000241652444692530> Frameworks", "Built With: [Discord JDA](https://github.com/DV8FromTheWorld/JDA), " +
"[Twitch4J](https://github.com/twitch4j/twitch4j), [KawaiiAPI](https://kawaii.red/), " +
"and [Maven](https://maven.apache.org/)!", true)
Expand Down

0 comments on commit 44d2a49

Please sign in to comment.