Skip to content

devliftz/lift.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-image

lift.bot

Best discord.py customized library. With easier usage less time to spend on reading docs and mobile status built in.

shields shields shields

Project Screenshots:

Console Formatting

project-screenshot

Installation Guide

  • Install lift.bot library pip install lift.bot
  • Create main.py

Examples

import liftcord
from liftcord.ext import commands

bot = liftcord.Bot(command_prefix="?")

# Example command
@bot.command()
async def ping(ctx):
    await ctx.send("Pong!")

bot.login("token")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages