-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<h1>Elpha! The bot being developed</h1> | ||
|
||
|
||
![Version](https://img.shields.io/badge/version-1.0.0-green.svg?cacheSeconds=2592000&style=for-the-badge) | ||
![botlib](https://img.shields.io/badge/powered_by-discord.js-blue?style=for-the-badge) | ||
|
||
|
||
## Installing the modules | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
## Running the bot | ||
```sh | ||
node . | ||
``` | ||
|
||
## .env file | ||
```json | ||
DATABASE_URL= | ||
token= | ||
``` | ||
|
||
## Elpha's prefix | ||
|
||
Elpha uses Discord slash commands however the custom command's prefix will be added soon! | ||
|
||
|
||
## Open Source | ||
|
||
***What can i do with this code?*** | ||
|
||
You are allowed to use and add-to this code to help make the bot better. | ||
|
||
***Can i claim what i add as MY code?*** | ||
|
||
Yes! However you cannot claim my portions as yours | ||
|
||
***When will this code be updated?*** | ||
|
||
I will do my best to update the code when i get a full feature made. I will have a folder of test features i'm working on that you can help with |