Menu

Learn how to start playing on JartexNetwork in just 60 seconds!
Play Now
Learn how to join our server
and start playing in 60 seconds
Play Now
CLICK TO JOIN JOIN OUR DISCORD
0
0

Search results for query: *

  1. not_Nuggets

    Imagine A communtiy Guided bot

    Part 2 # Directory : C:\User\name\Desktop\Jartex Community Bot\bot.py import discord from discord.ext import commands bot = commands.Bot(command_prefix="?", description="A JartexNetwork Community Bot", case_insensitive=true) @bot.event async def on_ready(): print("Python is better than...
  2. not_Nuggets

    Imagine A communtiy Guided bot

    import discord from discord.ext import commands bot = commands.Bot(command_prefix="?", description="A JartexNetwork Community Bot", case_insensitive=true) @bot.event async def on_ready(): print("Python is better than JS") @bot.command() async def hello(ctx): await ctx.send("Hello...
Top