
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Tameris is focused on customizability in your Discord bots as well as flexibility and expandability!
Creating a simple bot with Tameris
bot = Client(bot_token='token', command_prefix='+')
class HelloCommand(Command):
async def run(self, context: Context, call_arguments):
await bot.send_message(content=f'Hello! @{context.author.name}#{context.author.discriminator}', channel_id=context.channel.id)
async def ready():
print('Logged in.')
async def on_message(message):
await bot.process_commands(message)
bot.events.on_ready = ready
bot.events.on_message_create = on_message
bot.register_command(HelloCommand, 'hello')
bot.run()
FAQs
A Python Discord API Wrapper based around customizability and expandability!
We found that tameris demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.