Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
I totally did that hyperlink backwards (also discord bad)
Browse files Browse the repository at this point in the history
  • Loading branch information
User9684 committed Nov 10, 2022
1 parent 540eade commit e6841bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function init(token) {
description: 'I hate discord so much you cannot believe it',
type: 1,
}])
console.log(`Paste the URL below into your browser to invite your bot!\nhttps://discord.com/oauth2/authorize?client_id=${stupidAssBot.user.id}&scope=applications.commands%2Bbot&permissions=3072`)
console.log(`Paste the URL below into your browser to invite your bot!\nhttps://discord.com/oauth2/authorize?client_id=${stupidAssBot.user.id}&scope=applications.commands%20bot&permissions=3072`)
})
// Stupid ass interaction creation event
stupidAssBot.on('interactionCreate', async (interaction) => {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# I hate Discord so I made this

### How to use
- Create an application at the (Developer panel)[https://discord.com/developers/applications/] (or you can use a previously existing one)
- Create an application at the [Developer panel](https://discord.com/developers/applications/) (or you can use a previously existing one)
- Make it into a bot if it isn't already one
- Obtain your token
- Run the command `npm run run BOT_TOKEN_HERE`
Expand Down

0 comments on commit e6841bf

Please sign in to comment.