Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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机器人, 可以使用斜线命令获取可爱的图片.

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.