modified: app.py
This commit is contained in:
33
app.py
33
app.py
@@ -29,9 +29,9 @@ def home():
|
||||
'color': 'discord'
|
||||
},
|
||||
{
|
||||
'name': 'Discord AI Bot — Moderation & Giveaways',
|
||||
'name': 'Multus',
|
||||
'type': 'Discord Bot',
|
||||
'description': 'Production-ready bot with advanced moderation, restart-safe giveaways, and a Flask web dashboard.',
|
||||
'description': 'Production-ready moderation and restart-safe giveaways with a Flask web dashboard.',
|
||||
'technologies': ['Python', 'Discord.py', 'Flask', 'MySQL'],
|
||||
'status': 'Active',
|
||||
'url': '/projects/discord-ai-bot',
|
||||
@@ -62,7 +62,7 @@ def projects():
|
||||
'long_description': 'A lightweight, reliable Minecraft plugin that restores creative-like flying in survival mode. Designed for simplicity and performance.',
|
||||
'technologies': ['Java', 'Spigot', 'Paper', 'Bukkit'],
|
||||
'status': 'Active',
|
||||
'version': 'Latest',
|
||||
'version': '2.3',
|
||||
'downloads': 'Available',
|
||||
'url': '/projects/fly-plugin',
|
||||
'icon': 'fas fa-paper-plane',
|
||||
@@ -84,15 +84,13 @@ def projects():
|
||||
'url': '/projects/hoi4-elo-bot',
|
||||
'icon': 'fab fa-discord',
|
||||
'color': 'discord',
|
||||
'links': {
|
||||
'github': 'https://github.com/SimolZimol/'
|
||||
}
|
||||
'links': {}
|
||||
},
|
||||
{
|
||||
'name': 'Discord AI Bot — Moderation & Giveaways',
|
||||
'name': 'Multus',
|
||||
'type': 'Discord Bot',
|
||||
'description': 'Moderation, restart-safe giveaways with Steam integration, and a web dashboard.',
|
||||
'long_description': 'Production-ready Discord bot with advanced moderation, persistent giveaway engine (Steam/Epic ready), Flask-based dashboard, and restart safety via MySQL.',
|
||||
'long_description': 'Multus is a production-ready Discord bot with advanced moderation, a persistent giveaway engine (Steam/Epic ready), a Flask-based dashboard, and restart safety via MySQL.',
|
||||
'technologies': ['Python', 'Discord.py', 'Flask', 'MySQL', 'aiohttp'],
|
||||
'status': 'Active',
|
||||
'version': '1.x',
|
||||
@@ -100,7 +98,7 @@ def projects():
|
||||
'icon': 'fas fa-shield-alt',
|
||||
'color': 'discord',
|
||||
'links': {
|
||||
'github': 'https://github.com/SimolZimol/'
|
||||
'website': 'https://multus.devanturas.net/'
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -245,7 +243,7 @@ def fly_plugin():
|
||||
'description': 'A lightweight, reliable Minecraft plugin that restores creative-like flying in survival mode. Designed to be simple for players and server admins.',
|
||||
'long_description': '''Fly is a minimalist Minecraft plugin focused on providing reliable flight functionality for survival servers.
|
||||
The plugin emphasizes simplicity, performance, and easy customization while maintaining compatibility across multiple server versions.''',
|
||||
'version': 'Latest',
|
||||
'version': '2.3',
|
||||
'status': 'Active Development',
|
||||
'compatibility': '1.15 - 1.21',
|
||||
'server_types': ['Spigot', 'Paper', 'Bukkit'],
|
||||
@@ -355,12 +353,7 @@ def hoi4_elo_bot():
|
||||
'Comprehensive error handling and logging',
|
||||
'Docker deployment with Coolify integration'
|
||||
],
|
||||
'links': {
|
||||
'github': 'https://github.com/SimolZimol/',
|
||||
'wiki': 'https://github.com/SimolZimol/hoi4-elo-bot/wiki',
|
||||
'issues': 'https://github.com/SimolZimol/hoi4-elo-bot/issues',
|
||||
'documentation': 'https://github.com/SimolZimol/hoi4-elo-bot/docs'
|
||||
}
|
||||
'links': { }
|
||||
}
|
||||
return render_template('project_detail.html', project=project)
|
||||
|
||||
@@ -368,9 +361,9 @@ def hoi4_elo_bot():
|
||||
def discord_ai_bot():
|
||||
"""Detailed page for Discord AI Bot — Moderation & Giveaways"""
|
||||
project = {
|
||||
'name': 'Discord AI Bot — Moderation & Giveaways',
|
||||
'tagline': 'Production-ready moderation, restart-safe giveaways, and a web dashboard',
|
||||
'description': 'Advanced moderation, persistent giveaway engine with Steam/Epic integration, and a Flask admin dashboard. Focused on reliability and UX.',
|
||||
'name': 'Multus',
|
||||
'tagline': 'Moderation & Giveaways — Production-ready bot with a web dashboard',
|
||||
'description': 'Multus provides advanced moderation, a persistent giveaway engine with Steam/Epic integration, and a Flask admin dashboard. Focused on reliability and UX.',
|
||||
'long_description': (
|
||||
'A production-ready Discord bot combining advanced moderation (warnings, temporary mutes with auto-restore), '
|
||||
'a restart-safe giveaway system with UUID-based IDs and Steam URL parsing, and a complementary Flask web dashboard. '
|
||||
@@ -393,7 +386,7 @@ def discord_ai_bot():
|
||||
{ 'command': '!giveaway edit <uuid> ...', 'description': 'Edit and auto-update original giveaway message', 'permission': 'Admin' }
|
||||
],
|
||||
'links': {
|
||||
'github': 'https://github.com/SimolZimol/'
|
||||
'website': 'https://multus.devanturas.net/'
|
||||
},
|
||||
'installation': [
|
||||
'Create and configure MySQL database',
|
||||
|
||||
Reference in New Issue
Block a user