Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bot.py #1

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d6f75dc
Update bot.py
DREAMER15944 Feb 15, 2024
d38dd8d
Update bot.py
DREAMER15944 Feb 27, 2024
fef7d5a
Update bot.py
DREAMER15944 Feb 27, 2024
acdc7e1
Update bot.py
DREAMER15944 Feb 27, 2024
a4be276
Update bot.py
DREAMER15944 Feb 27, 2024
3ffc1b6
Update bot.py
DREAMER15944 Feb 27, 2024
95b2dbc
Update bot.py
DREAMER15944 Feb 27, 2024
1481878
Update bot.py
DREAMER15944 Feb 27, 2024
fae855b
Update bot.py
DREAMER15944 Feb 27, 2024
11a37fa
Update bot.py
DREAMER15944 Feb 27, 2024
eb0bd10
Update bot.py
DREAMER15944 Feb 27, 2024
79c72c9
Update bot.py
DREAMER15944 Feb 27, 2024
4341e66
Update bot.py
DREAMER15944 Feb 27, 2024
80c1864
Update bot.py
DREAMER15944 Feb 27, 2024
1c83ab8
Update bot.py
DREAMER15944 Feb 27, 2024
02d6f22
Update bot.py
DREAMER15944 Feb 27, 2024
f98272f
Update bot.py
DREAMER15944 Feb 27, 2024
b000343
Update bot.py
DREAMER15944 Feb 27, 2024
2049876
Update bot.py
DREAMER15944 Feb 27, 2024
39ce121
Update bot.py
DREAMER15944 Feb 27, 2024
98abdb8
Update bot.py
DREAMER15944 Feb 27, 2024
8e3726c
Update bot.py
DREAMER15944 Feb 27, 2024
3c4f154
Update bot.py
DREAMER15944 Feb 27, 2024
b4881d8
Update bot.put
DREAMER15944 Feb 27, 2024
7d92a05
Update bot.py
DREAMER15944 Feb 27, 2024
9595dd1
Update bot.py
DREAMER15944 Feb 27, 2024
fdc2d90
Update bot.py
DREAMER15944 Feb 27, 2024
7cf9aa7
Update bot.py
DREAMER15944 Feb 27, 2024
0985c26
Update bot.py
DREAMER15944 Feb 27, 2024
6ab029a
Update bot.py
DREAMER15944 Feb 27, 2024
41971b1
Update bot.py
DREAMER15944 Feb 27, 2024
005f624
Update bot.py
DREAMER15944 Feb 27, 2024
0c445fe
Update bot.py
DREAMER15944 Feb 27, 2024
2b52b4d
Update bot.py
DREAMER15944 Feb 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update bot.py
  • Loading branch information
DREAMER15944 authored Feb 27, 2024
commit acdc7e1c7fe01bde2a74ea2ec70383cc28cc46d0
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
load_dotenv()

# Using the bot's ID in a mention as prefix
bot = Bot(command_prefix="r!", intents=discord.Intents.default(), intents.message = True
bot = Bot(command_prefix="r!", intents=discord.Intents.default(), intents.message_content = True
,help_command=None)
bot.__version__ = "1.2.0"
mc = MemberConverter()
Expand Down