Jovantri10 / wibu

weebs python package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

☄Random Character Json File's for a weebs discord bot and easy to use!

Hello guys, follow this guide!

  1. Click Here for go to json file. This just as example
  2. After that, go to json file, press the raw button for change that as rest api, and can to use
  3. Click here to raw example. Easy? Try Now. Confused with code? We have some example here, scrool!

Python Example

main.py

import discord, os, random
from discord.ext import commands

weebs = commands.Bot(command_bot="!", owner_id=YOUR_ID)

@weebs.event()
async def on_ready():
  print("Am ready to you server! Owo")

@weebs.command(aliases=["animchar"])
async def animecharacter(ctx):
  weeb = random.choice("https://raw.githubusercontent.com/Jovantri10/wibu/master/src/weebchar.json")
  await ctx.send(weeb)

UWU = os.environ.get("TOKEN")
weebs.login(UWU)

.env

TOKEN = YOU_BOT_TOKEN

About

weebs python package


Languages

Language:Python 100.0%