https://github.com/42loco42/discord-blb
Big Letter Bot for discord.
https://github.com/42loco42/discord-blb
Last synced: 3 months ago
JSON representation
Big Letter Bot for discord.
- Host: GitHub
- URL: https://github.com/42loco42/discord-blb
- Owner: 42LoCo42
- License: mit
- Created: 2018-07-29T08:31:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T10:35:20.000Z (over 6 years ago)
- Last Synced: 2025-01-13T04:29:56.239Z (4 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-blb
Big Letter Bot for Discord.
It´s a bot that prints text with letter/number emojis, making it look bigger.
## How To install
### 1. Aquire a discord bot
1.1. Open [My Applications](https://discordapp.com/developers/applications/ "Discord My Applications") (login if neccessary)1.2. Click "Create Application"
1.3. Enter bot information (name, description etc.). You don´t need to upload an avatar, the bot does it automatically.
1.3,5 Copy "Client ID" if you want to add the bot to a server in Step 3.1
1.4. Click "Bot" on the left
1.5. Click and confirm "Add bot"
1.6. Click "Reveal Token" and copy it. IMPORTANT: NEVER give this token to anybody. It´s your key to the bot!
### 2. Setup the environment
2.1. Donwload and install Node.js from [here](https://nodejs.org/en/download/ "Node.js download")2.2. Create a folder for the bot
2.3. Download and unzip the current release of this repo to that folder
2.4 Open the file "token.json" and write your name and your token in the designated fields
2.5. Open a terminal there and run "npm install discord.js"
### 3. Run the bot
3.1 To add the bot to a server, open https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID_HERE&scope=bot&permissions=10240 but replace CLIENT_ID_HERE with your Client ID from step 1.3,53.1. Open a terminal in the bot´s folder
3.2. Run "node ."
## Available Commands
!blb - Prints the message with BIG letters
!blbinfo - Prints some basic information about the bot.