Seu bot {botData?.username} foi enviado para a análise!
20 | Após ele ser aprovado ou recusado, você vai ser mencionado no canal |📥・logs|, do servidor: discord.gg/DGDEJtRsms
21 | Você pode ver uma preview do seu bot clicando nesse link: /bot/{botData?.id}
22 |
17 | Ao fazer login no Simo, você tem acesso a uma variedade de recursos e funcionalidades adicionais. Agora, você pode realizar diversas ações, como adicionar um bot, criar um time, personalizar seu perfil, votar em um bot, fornecer feedback sobre um bot e muito mais! Só clicar no botão abaixo 😉
18 |
43 | {(() => {
44 | switch (log.action_type) {
45 | case AuditLogActionType.MemberUpdate:
46 | return {log.executor.username} atualizou as permissões para {log.target?.username} de {changedKeysNames[change.old_value]} para {changedKeysNames[change.new_value as string] || change.new_value};
47 | case AuditLogActionType.BotAdd:
48 | return {log.executor.username} adicionou o bot com o ID {log.target?.username};
49 | case AuditLogActionType.TeamUpdate: {
50 | if (change.changed_key === "vanity_url") {
51 | const newChange = change as unknown as VanityURLUpdateChange
52 |
53 | return {log.executor.username} atualizou {changedKeysNames[change.changed_key]} de {newChange.old_value?.code || "nenhum"} para {newChange.new_value?.code || ""}
54 | }
55 | return {log.executor.username} atualizou {changedKeysNames[change.changed_key]} de {change.old_value} para {change.new_value}
56 | }
57 | case AuditLogActionType.BotRemove:
58 | return {log.executor.username} removeu o bot com o ID {log.target?.username};
59 | case AuditLogActionType.InviteUpdate:
60 | return {log.executor.username} atualizou o código de invite, de {change.old_value} para {change.new_value};
61 | default:
62 | return Ação não tratada para action_type {log.action_type};
63 | }
64 | })()}
65 |
112 | Você deseja mesmo adicionar seu bot {selectedBot.name} no time {team.name} ? seu bot não será removido do seu perfil, ele só será adicionado no time, você continua sendo dono dele.
113 |
114 | {addbotLoading === false && Bot adicionado no time!}
115 |