Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marssaljr/c3po
Typescript discord personal use bot with simple functions
https://github.com/marssaljr/c3po
discode-bot study-purpose template-project typescript with
Last synced: about 19 hours ago
JSON representation
Typescript discord personal use bot with simple functions
- Host: GitHub
- URL: https://github.com/marssaljr/c3po
- Owner: marssaljr
- License: mit
- Created: 2021-07-09T01:40:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T16:28:20.000Z (over 3 years ago)
- Last Synced: 2024-11-16T16:19:31.560Z (2 months ago)
- Topics: discode-bot, study-purpose, template-project, typescript, with
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
C3PO - A simple discord bot
This is the project is for study propurses.![App Screenshot](https://imgur.com/45g0D4F.png)
## 🧪 TechnologiesThis project was made with the following technologies:
- Typescript
- Discord.js
- Design Patterns
## 🚀 Getting startedClone the project and access the folder.
```bash
$ git clone https://github.com/marssaljr/c3po.git
$ cd c3po
```Follow the steps below:
- You should have a discord application and your personal token
```js
// create a variable on index.ts with your token
const token = "TOKEN_IRADO_AQUI_JAAAJ";
```
```bash
# Install the dependencies
$ npm install# Start the project
$ npm start
```
## :memo: LicenseThis project is under the MIT license. See the [LICENSE](https://github.com/marssaljr/c3po/blob/main/LICENSE) for more information.
---
Made with ♥ by Marçal Junior :wave: [Get in touch!](https://www.linkedin.com/in/marssaljr/)