8000 GitHub - dalca-official/sayabot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dalca-official/sayabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project/
├── node_modules/
│
├── src
│   ├ @types/
│   │ ├ simple-youtube-api
│   │ │ └ index.d.ts
│   │ │
│   │ ├ App.ts
│   │ └ Command.ts
│   │
│   ├ App/
│   │ ├ Commands/
│   │ │ ├ Generic/
│   │ │ │ ├ help.Command.ts
│   │ │ │ ├ ping.Command.ts
│   │ │ │ ├ prune.Command.ts
│   │ │ │ └ say.Command.ts
│   │ │ │
│   │ │ └ Music/
│   │ │   ├ music.Command.ts
│   │ │   ├ play.Command.ts
│   │ │   ├ pause.Command.ts
│   │ │   ├ stop.Command.ts
│   │ │   └ skip.Command.ts
│   │ │
│   │ ├ Modules/
│   │ │ └ EventManager.Module.ts
│   │ │
│   │ ├ Providers/
│   │ │ └ DB.Provider.ts
│   │ │
│   │ ├ Sharding/
│   │ │ └ ShardingManager.ts
│   │ │
│   │ ├ Structures/
│   │ │ └ Command.Structure.ts
│   │ │
│   │ ├ Utils/
│   │ │ └ Process.Util.ts
│   │ │
│   │ ├ index.ts
│   │ └ Shard.ts
│   │
│   ├ Config/
│   │ ├ Config.json
│   │ ├ Constant.json
│   │ ├ development.env
│   │ ├ production.env
│   │ └ index.ts
│   │
│   ├ Server/
│   │ └ .gitkeep
│   │
│   └ Tools/
│    ├ Console.ts
│    ├ Console.ts
│    └ index.ts
│
└── test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0