Update project configuration files, and API routes accordingly. Add SQLite runtime file ignores to .gitignore for better file management.
This commit is contained in:
35
bot/cogs/hexahost/ai.py
Normal file
35
bot/cogs/hexahost/ai.py
Normal file
@@ -0,0 +1,35 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZAI
|
||||
from discord .ext import commands
|
||||
|
||||
class _ai (commands .Cog ):
|
||||
def __init__ (self ,bot ):
|
||||
self .bot =bot
|
||||
|
||||
"""AI commands"""
|
||||
|
||||
def help_custom (self ):
|
||||
emoji =ZAI
|
||||
label ="AI Commands"
|
||||
description ="Show you the commands of AI"
|
||||
return emoji ,label ,description
|
||||
|
||||
@commands .group ()
|
||||
async def __AI__ (self ,ctx :commands .Context ):
|
||||
"""`ai activate`, `ai deactivate`, `ai analyze`, `ai analyse`, `ai code`, `ai explain`, `ai conversation-clear`, `ai mood-analyzer`, `ai personality`, `ai conversation-stats`, `ai summarize`, `ai ask`, `ai fact`, `ai database-clear`, `ai roleplay-enable`, `ai roleplay-disable`"""
|
||||
pass
|
||||
34
bot/cogs/hexahost/antinuke.py
Normal file
34
bot/cogs/hexahost/antinuke.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZSAFE
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _antinuke(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Antinuke commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = ZSAFE
|
||||
label = "Security Commands"
|
||||
description = "Show you Commands of Antinuke"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Antinuke__(self, ctx: commands.Context):
|
||||
"""`antinuke` , `antinuke enable` , `antinuke disable` , `whitelist` , `whitelist @user` , `unwhitelist` , `whitelisted` , `whitelist reset` , `extraowner` , `extraowner set` , `extraowner view` , `extraowner reset`, `nightmode` , `nightmode enable` , `nightmode disable`\n"""
|
||||
|
||||
33
bot/cogs/hexahost/automod.py
Normal file
33
bot/cogs/hexahost/automod.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZBOT
|
||||
from discord.ext import commands
|
||||
|
||||
class _automod(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Automod commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = ZBOT
|
||||
label = "Automod Commands"
|
||||
description = "Show you Commands of automod"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Automod__(self, ctx: commands.Context):
|
||||
"""`automod` , `automod enable` , `automod disable` , `automod punishment` , `autmod config` , `automod logging` `automod ignore` , `automod ignore channel` , `automod ignore role` , `automod ignore show` , `automod ignore reset` , `automod unignore` , `automod unignore channel` , `automod unignore role`\n\n__**Blacklistword Commands**__\n`blacklistword` , `blacklistword add <word>` , `blacklistword remove <word>` , `blacklistword reset` , `blacklistword config` , `blacklistword bypass add <user/role>` , `blacklistword bypass remove <user/role>` , `blacklistword bypass show`
|
||||
"""
|
||||
34
bot/cogs/hexahost/birth.py
Normal file
34
bot/cogs/hexahost/birth.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZCIRCLE
|
||||
from discord .ext import commands
|
||||
|
||||
|
||||
class _birth(commands .Cog ):
|
||||
def __init__ (self ,bot ):
|
||||
self .bot =bot
|
||||
|
||||
"""Birthday commands"""
|
||||
|
||||
def help_custom (self ):
|
||||
emoji =ZCIRCLE
|
||||
label ="Birthday Commands"
|
||||
description ="Show you the commands of Birthday"
|
||||
return emoji ,label ,description
|
||||
|
||||
@commands.group ()
|
||||
async def __Birthday__ (self ,ctx :commands .Context ):
|
||||
"""`birthdaysetup` , `setbirthday` , `removebirthday` , `listbirthdays` , `birthday`"""
|
||||
pass
|
||||
34
bot/cogs/hexahost/booster.py
Normal file
34
bot/cogs/hexahost/booster.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import BOOST
|
||||
from discord .ext import commands
|
||||
|
||||
|
||||
class __boost(commands .Cog ):
|
||||
def __init__ (self ,bot ):
|
||||
self .bot =bot
|
||||
|
||||
"""Boost commands"""
|
||||
|
||||
def help_custom (self ):
|
||||
emoji =BOOST
|
||||
label ="Boost Commands"
|
||||
description ="Show you the commands of boost"
|
||||
return emoji ,label ,description
|
||||
|
||||
@commands .group ()
|
||||
async def __Boost__ (self ,ctx :commands .Context ):
|
||||
"""`boost setup` , `boost message` , `boost channel` , `boostrole` , `boost config`"""
|
||||
pass
|
||||
41
bot/cogs/hexahost/counting.py
Normal file
41
bot/cogs/hexahost/counting.py
Normal file
@@ -0,0 +1,41 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZCOUNTING
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
class _Counting(commands.Cog):
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
"""Counting"""
|
||||
|
||||
def help_custom(self):
|
||||
|
||||
emoji = ZCOUNTING
|
||||
|
||||
label = "Counting"
|
||||
|
||||
description = "Show you Commands of Counting"
|
||||
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
|
||||
async def __Counting__(self, ctx: commands.Context):
|
||||
|
||||
"""`>counting`, `>counting enable/disable`, `>counting channel #channel`, `>counting stats`, `>counting config continue/reset`"""
|
||||
78
bot/cogs/hexahost/encryption.py
Normal file
78
bot/cogs/hexahost/encryption.py
Normal file
@@ -0,0 +1,78 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import LOCK
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _encrypt(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
def help_custom(self):
|
||||
emoji = LOCK
|
||||
label = "Encryption Commands"
|
||||
description = "Encode & decode text in various formats"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group(name="encryption", aliases=["encrypt"], invoke_without_command=True)
|
||||
async def _Encryption(self, ctx: commands.Context):
|
||||
"""Show all available encryption commands"""
|
||||
embed = discord.Embed(
|
||||
title="Encryption Commands",
|
||||
description=f"Use `{ctx.prefix}encode <type>` to encode text, `{ctx.prefix}decode <type>` to decode.",
|
||||
color=0x000000,
|
||||
)
|
||||
|
||||
embed.add_field(
|
||||
name="📝 Encode Commands",
|
||||
value=f"""
|
||||
`{ctx.prefix}encode base32` / `{ctx.prefix}encode b32` - Encode to base32
|
||||
`{ctx.prefix}encode base64` / `{ctx.prefix}encode b64` - Encode to base64
|
||||
`{ctx.prefix}encode rot13` / `{ctx.prefix}encode r13` - Encode to rot13
|
||||
`{ctx.prefix}encode hex` - Encode to hex
|
||||
`{ctx.prefix}encode base85` / `{ctx.prefix}encode b85` - Encode to base85
|
||||
`{ctx.prefix}encode ascii85` / `{ctx.prefix}encode a85` - Encode to ASCII85
|
||||
""",
|
||||
inline=False,
|
||||
)
|
||||
|
||||
embed.add_field(
|
||||
name="📄 Decode Commands",
|
||||
value=f"""
|
||||
`{ctx.prefix}decode base32` / `{ctx.prefix}decode b32` - Decode from base32
|
||||
`{ctx.prefix}decode base64` / `{ctx.prefix}decode b64` - Decode from base64
|
||||
`{ctx.prefix}decode rot13` / `{ctx.prefix}decode r13` - Decode from rot13
|
||||
`{ctx.prefix}decode hex` - Decode from hex
|
||||
`{ctx.prefix}decode base85` / `{ctx.prefix}decode b85` - Decode from base85
|
||||
`{ctx.prefix}decode ascii85` / `{ctx.prefix}decode a85` - Decode from ASCII85
|
||||
""",
|
||||
inline=False,
|
||||
)
|
||||
|
||||
embed.add_field(
|
||||
name="🔐 Utility",
|
||||
value=f"`{ctx.prefix}password` - Generate a random secure password (sent via DM)",
|
||||
inline=False,
|
||||
)
|
||||
|
||||
embed.set_footer(
|
||||
text="Use encode/decode commands to encrypt or decrypt your text"
|
||||
)
|
||||
|
||||
await ctx.reply(embed=embed)
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(_encrypt(bot))
|
||||
33
bot/cogs/hexahost/extra.py
Normal file
33
bot/cogs/hexahost/extra.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZWRENCH
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _extra(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Utility commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = ZWRENCH
|
||||
label = "Utility Commands"
|
||||
description = "Show you Commands of Utility"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Utility__(self, ctx: commands.Context):
|
||||
"""`botinfo` , `stats` , `invite` , `serverinfo` , `userinfo` , `roleinfo` , `boostcount` , `unbanall` , `joined-at` , `ping` , `github` , `vcinfo` , `channelinfo` , `badges` , `banner user` , `banner server` , `reminder start` , `reminder clear` , `permissions` , `timer`\n\n__**Media Commands**__\n`media` , `media setup ` , `media remove` , `media config` , `media bypass` , `media bypass add` , `media bypass remove` , `media bypass show`"""
|
||||
33
bot/cogs/hexahost/fun.py
Normal file
33
bot/cogs/hexahost/fun.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZROCKET
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _fun(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Fun commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = ZROCKET
|
||||
label = "Fun Commands"
|
||||
description = "Show you Commands of Fun"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Fun__(self, ctx: commands.Context):
|
||||
"""`/imagine` , `ship` , `mydog` , `chat` , `translate` , `howgay` , `lesbian` , `cute` , `intelligence`, `chutiya` , `horny` , `tharki` , `gif` , `iplookup` , `weather` , `hug` , `kiss` , `pat` , `cuddle` , `slap` , `tickle` , `spank` , `8ball` , `truth` , `dare` , `nitro`"""
|
||||
33
bot/cogs/hexahost/games.py
Normal file
33
bot/cogs/hexahost/games.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import GAMES
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _games(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Games commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = GAMES
|
||||
label = "Games Commands"
|
||||
description = "Show you Commands of Games"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Games__(self, ctx: commands.Context):
|
||||
"""`blackjack` , `chess` , `tic-tac-toe` , `country-guesser` , `rps` , `lights-out` , `wordle` , `2048` , `memory-game` , `number-slider` , `battleship` , `connect-four` , `slots`, `counting`"""
|
||||
33
bot/cogs/hexahost/general.py
Normal file
33
bot/cogs/hexahost/general.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZMODULE
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _general(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""General commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = ZMODULE
|
||||
label = "General Commands"
|
||||
description = "Show you Commands of General"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __General__(self, ctx: commands.Context):
|
||||
"""`status` , `afk` , `avatar` , `banner` , `servericon` , `membercount` , `poll` , `users` , `urban` , `rickroll` , `hash` , `snipe` , `users` , `list boosters` , `list inrole` , `list emojis` , `list bots` , `list admins` , `list invoice` , `list mods` , `list early` , `list activedeveloper` , `list createpos` , `list roles` , `calculator`"""
|
||||
33
bot/cogs/hexahost/giveaway.py
Normal file
33
bot/cogs/hexahost/giveaway.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZTADA
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _giveaway(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Giveaway commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = f'{ZTADA} '
|
||||
label = "Giveaway Commands"
|
||||
description = "Show you Commands of Giveaway"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Giveaway__(self, ctx: commands.Context):
|
||||
"""`gstart`, `gend`, `greroll` , `glist`"""
|
||||
33
bot/cogs/hexahost/ignore.py
Normal file
33
bot/cogs/hexahost/ignore.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZBAN
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _ignore(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Ignore commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = ZBAN
|
||||
label = "Ignore Commands"
|
||||
description = "Show you Commands of Ignore"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Ignore__(self, ctx: commands.Context):
|
||||
"""`ignore` , `ignore command add` , `ignore command remove` , `ignore command show` , `ignore channel add` , `ignore channel remove` , `ignore channel show` , `ignore user add` , `ignore user remove` , `ignore user show` , `ignore bypass add` , `ignore bypass show` , `ignore bypass remove`"""
|
||||
41
bot/cogs/hexahost/inviteTracker.py
Normal file
41
bot/cogs/hexahost/inviteTracker.py
Normal file
@@ -0,0 +1,41 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import ZPEOPLE
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
class inviteTracker(commands.Cog):
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
"""Invite Tracker"""
|
||||
|
||||
def help_custom(self):
|
||||
|
||||
emoji = ZPEOPLE
|
||||
|
||||
label = "Invite Tracker"
|
||||
|
||||
description = "Show you Commands of Invite Tracker"
|
||||
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
|
||||
async def __InviteTracker__(self, ctx: commands.Context):
|
||||
|
||||
"""`>invites`, `>addinvites`, `>inviteleaderboard`, `>invitelogging`"""
|
||||
41
bot/cogs/hexahost/j2c.py
Normal file
41
bot/cogs/hexahost/j2c.py
Normal file
@@ -0,0 +1,41 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import SYSTEM
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
class _J2C(commands.Cog):
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
"""Join To Create"""
|
||||
|
||||
def help_custom(self):
|
||||
|
||||
emoji = SYSTEM
|
||||
|
||||
label = "J2C"
|
||||
|
||||
description = "Show you Commands of J2C"
|
||||
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
|
||||
async def __J2C__(self, ctx: commands.Context):
|
||||
|
||||
"""`>j2csetup`, `>j2creset`"""
|
||||
29
bot/cogs/hexahost/joindm.py
Normal file
29
bot/cogs/hexahost/joindm.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import MESSAGE
|
||||
from discord.ext import commands
|
||||
|
||||
class _joindm(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
"""__Join Dm__"""
|
||||
def help_custom(self):
|
||||
emoji = MESSAGE
|
||||
label = "Joindm"
|
||||
description = "Show you Commands of Joindm"
|
||||
return emoji, label, description
|
||||
@commands.group()
|
||||
async def __Joindm__(self, ctx: commands.Context):
|
||||
"""`joindm enable` , `joindm disable` , `joindm message` , `joindm test`"""
|
||||
33
bot/cogs/hexahost/leveling.py
Normal file
33
bot/cogs/hexahost/leveling.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import LEVEL_UP
|
||||
from discord .ext import commands
|
||||
|
||||
|
||||
class _leveling (commands .Cog ):
|
||||
def __init__ (self ,bot ):
|
||||
self .bot =bot
|
||||
|
||||
"""Leveling commands"""
|
||||
|
||||
def help_custom (self ):
|
||||
emoji =LEVEL_UP
|
||||
label ="Leveling Commands"
|
||||
description ="Shows you the commands of leveling"
|
||||
return emoji ,label ,description
|
||||
|
||||
@commands .group ()
|
||||
async def __Leveling__ (self ,ctx :commands .Context ):
|
||||
"""`level status`, `level channel`, `level message`, `level desc`, `level color`, `level thumbnail`, `level image`, `level clearimage`, `level xprange`, `level multiplier`, `level addreward`, `level removereward`, `level rewards`, `level setxp`, `level preview`, `level xpboost`, `level xpboost add`, `level xpboost remove`, `level xpboost list`, `level blacklist`, `level blacklist channel`, `level blacklist role`, `level unblacklist`, `level unblacklist channel`, `level unblacklist role`, `level stats`, `level leaderboard`, `level reset`, `level reset user`, `level reset all`, `level placeholders`, `level rank`"""
|
||||
32
bot/cogs/hexahost/logging.py
Normal file
32
bot/cogs/hexahost/logging.py
Normal file
@@ -0,0 +1,32 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import CAST
|
||||
from discord .ext import commands
|
||||
|
||||
class _logging (commands .Cog ):
|
||||
def __init__ (self ,bot ):
|
||||
self .bot =bot
|
||||
|
||||
"""Logging commands"""
|
||||
|
||||
def help_custom (self ):
|
||||
emoji =CAST
|
||||
label ="Logging Commands"
|
||||
description ="Shows you the commands of logging"
|
||||
return emoji ,label ,description
|
||||
|
||||
@commands .group ()
|
||||
async def __Logging__ (self ,ctx :commands .Context ):
|
||||
"""`log`, `log enable`, `log disable`, `log config`, `log ignore`, `log status`, `log toggle`"""
|
||||
34
bot/cogs/hexahost/mc.py
Normal file
34
bot/cogs/hexahost/mc.py
Normal file
@@ -0,0 +1,34 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import MINECRAFT
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _mc(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Minecraft commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = MINECRAFT
|
||||
label = "Minecraft Commands"
|
||||
description = "Show you Commands of Minecraft"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Minecraft__(self, ctx: commands.Context):
|
||||
"""`minecraft setup` , `minecraft reset` , `minecraft status`"""
|
||||
pass
|
||||
33
bot/cogs/hexahost/moderation.py
Normal file
33
bot/cogs/hexahost/moderation.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import SWORD
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _moderation(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Moderation commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = f'{SWORD} '
|
||||
label = "Moderation Commands"
|
||||
description = "Show you Commands of Moderation"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Moderation__(self, ctx: commands.Context):
|
||||
"""`audit` , `warn` , `clearwarns` , `ban` , `clone` , `snipe` , `hide` , `hideall` , `kick` , `lock` , `mute` , `nick` , `nuke` , `role` , `roleicon` , `role all` , `role bots` , `role create` , `role delete` , `role humans` , `role rename` , `role temp` , `role unverified` , `slowmode` , `lockall` `unlockall` , `steal` , `unban` , `unhide` , `unhideall` , `unlock` , `unslowmode` , `removerole all` , `removerole bots` , `removerole humans` , `removerole unverified` , `clear` , `clear all` , `clear bots` , `clear contains` , `clear embeds` , `clear files` , `clear images` , `clear mentions` , `clear reactions` , `clear user` , `deleteemoji` , `deletesticker` , `enlarge`\n\n`topcheck` , `topcheck enable` , `topcheck disable`"""
|
||||
33
bot/cogs/hexahost/music.py
Normal file
33
bot/cogs/hexahost/music.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import MUSIC
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _music(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Music commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = MUSIC
|
||||
label = "Music Commands"
|
||||
description = "Show you Commands of Music"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Music__(self, ctx: commands.Context):
|
||||
"""`play` , `search` , `loop` , `autoplay` , `nowplaying` , `shuffle` , `stop` , `skip` , `seek` , `join` , `disconnect` , `replay` , `queue` , `clearqueue` , `pause` , `resume` , `volume` , `filter` , `filter enable` , `filter disable`"""
|
||||
33
bot/cogs/hexahost/server.py
Normal file
33
bot/cogs/hexahost/server.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import WIFI
|
||||
from discord.ext import commands
|
||||
|
||||
class _server(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Server commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = WIFI
|
||||
label = "Server Commands"
|
||||
description = "Show you Commands of Server"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Setup__(self, ctx: commands.Context):
|
||||
"""`setup` , `setup create <name>` , `setup delete <name>` , `setup list` , `setup staff` , `setup girl` , `setup friend` , `setup vip` , `setup guest` , `setup config` , `setup reset` , `staff` , `girl` , `friend` , `vip` , `guest`\n\n__**Auto Role**__\n`autorole bots add` , `autorole bots remove` , `autorole bots` , `autorole config` , `autorole humans add` , `autorole humans remove` , `autorole humans` , `autorole reset all` , `autorole reset bots` , `autorole reset humans` , `autorole`\n\n__**Autoresponder**__\n`autoresponder` , `autoresponder create` , `autoresponder delete` , `autoresponder edit` , `autoresponder config`\n\n__**Auto React Commands**__\n`react` , `react add` , `react remove` , `react list` , `react reset`"""
|
||||
|
||||
35
bot/cogs/hexahost/sticky.py
Normal file
35
bot/cogs/hexahost/sticky.py
Normal file
@@ -0,0 +1,35 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import PIN
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _sticky(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Sticky commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = PIN
|
||||
label = "Sticky Commands"
|
||||
description = "Show you Commands of Sticky"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Sticky__(self, ctx: commands.Context):
|
||||
"""`sticky setup` , `sticky edit` , `sticky list` , `sticky remove`"""
|
||||
pass
|
||||
|
||||
41
bot/cogs/hexahost/ticket.py
Normal file
41
bot/cogs/hexahost/ticket.py
Normal file
@@ -0,0 +1,41 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import TICKET
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
class _ticket(commands.Cog):
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
"""Ticket"""
|
||||
|
||||
def help_custom(self):
|
||||
|
||||
emoji = TICKET
|
||||
|
||||
label = "Ticket"
|
||||
|
||||
description = "Show you Commands of Ticket"
|
||||
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
|
||||
async def __Ticket__(self, ctx: commands.Context):
|
||||
|
||||
"""`/ticket setup`, `/ticket close`, `/ticket lock`, `/ticket claim`, `/ticket unlock`, `/ticket transcript`"""
|
||||
41
bot/cogs/hexahost/vanity.py
Normal file
41
bot/cogs/hexahost/vanity.py
Normal file
@@ -0,0 +1,41 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import STAR
|
||||
|
||||
from discord.ext import commands
|
||||
|
||||
class _vanity(commands.Cog):
|
||||
|
||||
def __init__(self, bot):
|
||||
|
||||
self.bot = bot
|
||||
|
||||
"""Vanity Roles"""
|
||||
|
||||
def help_custom(self):
|
||||
|
||||
emoji = STAR
|
||||
|
||||
label = "Vanity"
|
||||
|
||||
description = "Show you Commands of Vanity Roles"
|
||||
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
|
||||
async def __Vanity__(self, ctx: commands.Context):
|
||||
|
||||
"""`>vanityroles setup` , `>vanityroles reset `, `>vanityroles show` ,"""
|
||||
36
bot/cogs/hexahost/verify.py
Normal file
36
bot/cogs/hexahost/verify.py
Normal file
@@ -0,0 +1,36 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import THUNDER
|
||||
from discord .ext import commands
|
||||
|
||||
class _verify(commands .Cog ):
|
||||
def __init__ (self ,bot ):
|
||||
self.bot=bot
|
||||
|
||||
"""Verification commands help"""
|
||||
|
||||
def help_custom (self ):
|
||||
emoji =THUNDER
|
||||
label ="Verification Commands"
|
||||
description ="Show you the commands of Verification"
|
||||
return emoji ,label ,description
|
||||
|
||||
@commands .group ()
|
||||
async def __Verification__ (self ,ctx :commands .Context ):
|
||||
"""`verification setup`, `verification status`, `verification enable`, `verification disable`, `verification logs`, `verification reset`, `verification verify`, `verification fix`"""
|
||||
pass
|
||||
|
||||
async def setup (bot ):
|
||||
await bot.add_cog(_verify(bot))
|
||||
40
bot/cogs/hexahost/voice.py
Normal file
40
bot/cogs/hexahost/voice.py
Normal file
@@ -0,0 +1,40 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import MUTE
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _voice(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Voice commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = MUTE
|
||||
label = "Voice Commands"
|
||||
description = "Show you Command Of Voice"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Voice__(self, ctx: commands.Context):
|
||||
"""
|
||||
`voice` , `voice kick` , `voice kickall` , `voice mute` , `voice muteall` , `voice unmute` , `voice unmuteall` , `voice deafen` , `voice deafenall` , `voice undeafen` , `voice undeafenall` , `voice move` , `voice moveall` , `voice pull` , `voice pullall` , `voice lock` , `voice unlock` , `voice private` , `voice unprivate`\n\n**__VC Autorole__**\n`vcrole add` , `vcrole remove` , `vcrole config`"""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
33
bot/cogs/hexahost/welcome.py
Normal file
33
bot/cogs/hexahost/welcome.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# ╔══════════════════════════════════════════════════════════════════╗
|
||||
# ║ ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ |H|e|x|a|H|o|s|t| ║
|
||||
# ║ +-+-+-+-+-+-+-+-+ ║
|
||||
# ║ ║
|
||||
# ║ © 2026 HexaHost — All Rights Reserved ║
|
||||
# ║ ║
|
||||
# ║ discord ── https://discord.gg/hexahost ║
|
||||
# ║ github ── https://github.com/theoneandonlymace ║
|
||||
# ║ ║
|
||||
# ╚══════════════════════════════════════════════════════════════════╝
|
||||
|
||||
import discord
|
||||
from utils.emoji import SEED
|
||||
from discord.ext import commands
|
||||
|
||||
|
||||
class _welcome(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
"""Welcome commands"""
|
||||
|
||||
def help_custom(self):
|
||||
emoji = SEED
|
||||
label = "Welcomer Commands"
|
||||
description = "Show you Command Of Welcomer"
|
||||
return emoji, label, description
|
||||
|
||||
@commands.group()
|
||||
async def __Welcomer__(self, ctx: commands.Context):
|
||||
"""`greet setup` , `greet reset`, `greet channel` , `greet edit` , `greet test` , `greet config` , `greet autodeletete` , `greet`"""
|
||||
Reference in New Issue
Block a user