This template is for a simple ai chat bot for a custom channel, it's easy to customize, use, and setup.
Bot made by Asmodeus#8700
Star for support.
- API used is provided by random-stuff-api
- Created by PGamerX#2809
- Support Server for api click here
- Website
- Docs
API | link |
Bot dev | link |
API dev | link |
API KEY | link |
Support server (API) | link |
##Setup
@bot.command()
async def setup(ctx):
async with aiohttp.ClientSession(headers=headervar) as session:
param_var = {"BotName":"Indigo", "BotMaster":"CannonBall Chris", "BotAge":69}#....You can find all customizations at: https://rsa-api.xyz > Documentation
async with session.post(url=CUSTOMIZATION_URL, params = param_var) as sess:
output = await sess.json()
await ctx.send(output["message"])
#Use this command only once. THis command will help your bot to be registered on your api key in the db of api. So, you don't have to pass this information everytime. Its just one time only.
Latest as per 2023