Skip to content
/ ninoBot Public

Nino is a bot developed for the Designing With Discord channel.

License

Notifications You must be signed in to change notification settings

zumatt/ninoBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nino: an assistat for the Designing With Discord channel

Deploy on Spaces

Nino is entirely developed using Pycord and hosted on Plexynodes.

ninobot

The capabilites are the following:

  • Command to send messages via a specific channel only for admin users;
  • Welcome user as soon as they join the server;
  • Reaction to messages sent on specific channels;
  • Capability to generate audio and song using MAGNeT;
  • Capability to generate text using LLaMa.

Code breakout and examples

More explanation will arrive soon...

In order to catch events on the Discord Server you need to set the intents for what you need to check for as True

intents = discord.Intents.default()
intents.members = True
intents.messages = True

bot = discord.Bot(intents=intents)

About

Nino is a bot developed for the Designing With Discord channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages