π€ You
π€
π€ Bot Session
Account:
@username
Uptime:
--
π Quick Stats
--
Commands
--
Modules
--
Memory
--
CPU
π€ Inline Bot
@bot
Configured
π» System Information
π₯ OS
--
π Python
--
π’ PID
--
π§΅ Threads
--
π Resource Usage
CPU Usage
0%
Memory Usage
0%
0 GB / 0 GB
Disk Usage
0%
0 GB / 0 GB
π Network
0 MB
Sent
0 MB
Received
β¨οΈ Commands & Modules
0 commands
Prefix:
.
(change in Settings)
π¦ Modules
0 loaded, 0 disabled
Upload Module
Drag & drop .py file or click to select
π Module Template
βΌ
"""My custom module."""
__description__ = "Module description"
__author__ = "Your name"
__version__ = "1.0.0"
__commands__ = ["mycommand"]
from byte.core.commands.base import BaseCommandHandler
from byte.core.router import CommandInfo
class MyCommand(BaseCommandHandler):
@property
def info(self) -> CommandInfo:
return CommandInfo(
name="mycommand",
description="My command",
usage=".mycommand [args]",
aliases=("mc",),
owner_only=False,
hidden=False,
)
async def handle(self, payload, event):
await event.edit("Hello!")
π₯ .loadmod β install (reply to
.py)
π .reloadmod β reload module
ποΈ .delmod β delete module
βοΈ Settings
π Dark Mode
Use dark theme
π Auto Refresh
Update stats every second
β¨οΈ Command Settings
π Command Prefix
Symbol before commands (e.g., .ping, !ping)
π€ Bot Owner (Session)
π Owner
--
π Owner ID
--
π€ Your Session
π Your ID
--
π€ Username
--
π Your Role
--
π§ Module Configurations
View and edit configuration values for loaded modules
Loading modules...
π¦ Module Data
Browse and manage complex module data (contests, transactions, etc.)
Loading data...