Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

bennyscripts/nertivia4py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nertivia4PY

A Python wrapper for the Nertivia API.
Support Nertivia server : https://nertivia.net/i/nertivia4py

Install

$ pip install nertivia4py

Example

import nertivia4py

token = "TOKEN_HERE"
prefix = "!"

bot = nertivia4py.Bot(prefix)

@bot.event
def on_success(event):
    print("Connected!")

@bot.command(name="ping", description="Ping command.")
def ping_command(message, args):
    message.reply("Pong!")

bot.run(token)

For more examples, take a look at the examples folder in the github repo.

Need help? Checkout the documentation on our website!
https://nertivia4py.benny.fun/docs/

About

A Python wrapper for the Nertivia API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages