alejandromume/cfx-finder-bot: A premium Discord ... - GitHub
If you are looking to implement or use a version of this bot, common steps include: cfx+finder+discord+bot+full
@bot.command(name='help') async def help(ctx): embed = discord.Embed(title='Help', description='Available commands', color=0x00ff00) embed.add_field(name='!search', value='Search for information', inline=False) embed.add_field(name='!kick', value='Kick a member', inline=False) embed.add_field(name='!ban', value='Ban a member', inline=False) await ctx.send(embed=embed) alejandromume/cfx-finder-bot: A premium Discord
@bot.command(name='search') async def search(ctx, *, query): results = finder.search(query) if results: await ctx.send(results[0]['link']) else: await ctx.send('No results found') value='Search for information'
Level Up Your FiveM Server with CFX Finder: The Ultimate Discord Integration