Git Product home page Git Product logo

loxy-loxy's People

Contributors

dankoofficial avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

loxy-loxy's Issues

i cant run it again

i am getting this
Loading...
Traceback (most recent call last):
File "c:\Users#####\OneDrive\Documents\Game\Index.py", line 99, in
XCSRFTOKEN = xsrfRequest.headers["x-csrf-token"]
File "C:\Users\NOAHD\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\requests\structures.py", line 52, in getitem
return self._store[key.lower()][1]
KeyError: 'x-csrf-token'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\Users#####\OneDrive\Documents\Game\Index.py", line 101, in
raise Exception()
Exception

python version?

is there any specific python version i need to use or can i just use v11?

Commands do not work

Hello when i try to use a command it does not work everything else works tho perfectly fine

Add Intents to the Bot Config

This is my first ever 'issue' so sorry if its bad.

In main.py, at Line 1,

From:

from discord import Activity, ActivityType, Embed

Make it:

from discord import Activity, ActivityType, Embed, Intents

AND

In main.py, at Line 16,

From:

client = commands.Bot(command_prefix=prefix)

Make it:

client = commands.Bot(command_prefix=prefix, intents=Intents.all())

This makes it so the bot uses the new "Intents" system that discord uses and doesn't give an error when starting.

how do I use it?

Can someone help me?? I don't understand this, I am new to beaming

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.