Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yohaneowo/projectowo_discordbot
Discord Bot owo
https://github.com/yohaneowo/projectowo_discordbot
bot discord discord-js-bot discordjs discordjs-v14 nodejs
Last synced: about 1 month ago
JSON representation
Discord Bot owo
- Host: GitHub
- URL: https://github.com/yohaneowo/projectowo_discordbot
- Owner: yohaneowo
- Created: 2023-03-20T16:58:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-26T14:57:14.000Z (12 months ago)
- Last Synced: 2024-09-24T12:02:34.674Z (about 2 months ago)
- Topics: bot, discord, discord-js-bot, discordjs, discordjs-v14, nodejs
- Language: JavaScript
- Homepage:
- Size: 32.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscordBot-Poject_uwu
## Feature
- [x] Reply owo - Inspired by owo (bot depreciated?)
- [x] Member Count Status - Inspired by MemberCount (bot depreciated?)
- [x] Dynamic Voice Channel -Inspired by [Yeecord](https://yeecord.com/)
- [x] Welcomer - Inspired by [Welcomer](https://top.gg/bot/330416853971107840)
- [x] Logger - Inspired by [LoggerBot](https://logger.bot/)
- [ ] Birthday - Inspired by [Birthday Bot](https://top.gg/bot/618817616542433283?s=0351f3f814dfd)
- [ ] DM other user with Animated Emoji
- [ ] Dota2 status
- [x] Free Animated Emoji - Inspired by [NQN](https://nqn.blue/)
- [ ] Rich & Simple Poll Feature
- [ ] Youtube Api
- [x] Tiktok Api
- [x] Douyin Api
- [x] TMDB Api
- [ ] Anime Api
- [ ] ?
- [x] Anti Mute VoiceChannel
## Requirements
- Node -v18.15.0
- Discord Token - Get it from [Discord Developers Portal](https://discord.com/developers/applications)
- ClientID - Get it from [Discord Developers Portal](https://discord.com/developers/applications)
- Install all dependence - npm install
- Sqlite Database## Installation Guide
#### Installing via [NPM](https://www.npmjs.com/)
Clone the repo by running
```
git clone https://github.com/Yohanewww/DiscordBot-Project_QAQ.git
```### After cloning Fill all requirement in `.env` **(rename `.env.example` to `.env`)**, then run
```
npm install
```### CreateSQLite
##### database files locate in Deployment_script folder
```
node createdb.js
```### To start your bot
```
node index.js
```