Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gizmo-ds/random-cute-bot
一个纯粹的Discord机器人, 可以使用斜线命令获取可爱的图片.
https://github.com/gizmo-ds/random-cute-bot
deno deno-deploy discord-bot vercel
Last synced: about 2 months ago
JSON representation
一个纯粹的Discord机器人, 可以使用斜线命令获取可爱的图片.
- Host: GitHub
- URL: https://github.com/gizmo-ds/random-cute-bot
- Owner: gizmo-ds
- License: mit
- Created: 2021-11-05T00:22:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T18:49:14.000Z (over 2 years ago)
- Last Synced: 2024-12-16T22:11:03.233Z (about 2 months ago)
- Topics: deno, deno-deploy, discord-bot, vercel
- Language: TypeScript
- Homepage: random-cute-bot.vercel.app
- Size: 154 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Cute Bot
一个纯粹的 Discord 机器人, 可以使用 [斜线命令](https://discord.com/developers/docs/interactions/application-commands) 获取可爱的图片.
![Screenshot1](images/screenshot1.png)
![Screenshot1](images/screenshot2.png)
## How to use
1. [Creating a Bot](https://discordpy.readthedocs.io/en/stable/discord.html)
2. Register slash command```shell
deno run --allow-net init.ts [ClientID] [Bot token]
```3. Deploy
| Name | Deploy |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Deno Deploy | [![Deploy button](https://deno.com/deno-deploy-button.svg)](https://dash.deno.com/new?url=https://raw.githubusercontent.com/GizmoOAO/random-cute-bot/main/random-cute.ts&env=DISCORD_PUBLIC_KEY) |
| Vercel | [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FGizmoOAO%2Frandom-cute-bot&env=DISCORD_PUBLIC_KEY) |## Thanks
Thanks to [JetBrains](https://jb.gg/OpenSource) for the open source license(s).
[![JetBrains Logo](https://raw.githubusercontent.com/project-vrcat/VRChatConfigurationEditor/main/images/jetbrains.svg)](https://jb.gg/OpenSource)
## License
Code is distributed under [MIT](./LICENSE) license, feel free to use it in your proprietary projects as well.