Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.59 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.59 KB

AI CHAT BOT

Latest, easy, fast, customizable

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

IMPORTANT LINKS

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