Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Snazzah/xban
A simple slash-command bot that cross-bans users.
https://github.com/Snazzah/xban
Last synced: about 1 month ago
JSON representation
A simple slash-command bot that cross-bans users.
- Host: GitHub
- URL: https://github.com/Snazzah/xban
- Owner: Snazzah
- Created: 2023-11-01T18:25:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-02T18:58:52.000Z (about 1 year ago)
- Last Synced: 2024-10-30T01:47:50.810Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - Snazzah/xban - A simple slash-command bot that cross-bans users. (TypeScript)
README
# xban
A simple slash-command bot that cross-bans users, created for Discord's Buildathon 2023. Guilds can participate in cross-ban lists that can be referenced when cross-banning users.However, because this does not use the gateway, the bot does not check the hierarchy of the user running the command and the user being banned.
![](https://get.snaz.in/5F6dG5f.png)
## Installation
```sh
npx degit Snazzah/xban
cd xban
pnpm install
# edit variables in the ".env" file!
pnpm sync
pnpm build
pnpm start
```### Using PM2
```sh
npm i -g pm2
# Follow the installation process above
pm2 start
pm2 dump # recommended
```