Skip to content

Assmodeuss/Chat-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages