Şu şekilde yapın:
[CODE lang="python" highlight="18"]##########################################################
import asyncio
import discord
import emoji
import os
import random
import dbl
from discord.ext import tasks, commands
from online import online
from replit import db
##########################################################
intents = discord.Intents().all()
client = commands.AutoShardedBot(shard_count=istediginizmiktar, command_prefix=('f!', 'F!'), help_command=None, case_insensitive=True, intents=intents)
topgg = dbl.DBLClient(client, os.getenv('TOPGG'))
@client.event
async def on_ready():
print('Bağlanılan bot: {}'.format(client.user.name))
print('Bot ID: {}'.format(client.user.id))
client.run(os.getenv('DISCORD'))[/CODE]
Ne demek.