Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit e7ac446

Browse files
committed
NullRAT: XII
1 parent 885643d commit e7ac446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NullRAT/RAT.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ async def second_button_callback(self, button, interaction):
218218

219219
for ex in extensions:
220220
## For debugging
221-
client.load_extension("modules."+ex)
221+
# client.load_extension("modules."+ex)
222222

223223
## For production
224-
# client.load_extension(ex)
224+
client.load_extension(ex)
225225

226226

227227
# > <start>

0 commit comments

Comments
 (0)