Skip to content

Commit 10f1775

Browse files
committed
change order links and button
1 parent 8e42c3d commit 10f1775

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

affiliate-checker.py

+9-9
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ class MyView(discord.ui.View):
156156
def __init__(self, *args, **kwargs) -> None:
157157
super().__init__(*args, **kwargs)
158158

159+
@discord.ui.button(
160+
label="BYDFI",
161+
style=discord.ButtonStyle.primary,
162+
emoji=discord.PartialEmoji(name="BYDFI", id=1312845002845585469),
163+
)
164+
async def bydfi_callback(self, button, interaction):
165+
bydfi = BYDFI()
166+
await interaction.response.send_modal(MyModal(title="BYDFI", uid_checker=bydfi))
167+
159168
@discord.ui.button(
160169
label="Phemex",
161170
style=discord.ButtonStyle.primary,
@@ -207,15 +216,6 @@ async def blofin_callback(self, button, interaction):
207216
MyModal(title="Blofin", uid_checker=blofin)
208217
)
209218

210-
@discord.ui.button(
211-
label="BYDFI",
212-
style=discord.ButtonStyle.primary,
213-
emoji=discord.PartialEmoji(name="BYDFI", id=1312845002845585469),
214-
)
215-
async def bydfi_callback(self, button, interaction):
216-
bydfi = BYDFI()
217-
await interaction.response.send_modal(MyModal(title="BYDFI", uid_checker=bydfi))
218-
219219

220220
@bot.slash_command()
221221
async def modal(ctx):

text_embed.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
1️⃣ Sign-up for one of the exchanges below using the links.
44

5+
<:BYDFI:1312845002845585469> [BYDFI](https://tomcrown.io/BYDFI)
6+
57
<:coinbase:1219723064594403399> [Coinbase](https://tomcrown.io/CoinBase)
68

79
<:Phemex:1202314403358445658> [Phemex](https://tomcrown.io/phemex)
@@ -12,8 +14,6 @@
1214

1315
<:blofin:1258510663387582495> [Blofin](https://tomcrown.io/BloFin)
1416

15-
<:BYDFI:1312845002845585469> [BYDFI](https://tomcrown.io/BYDFI)
16-
1717
2️⃣ Make a deposit of 100$ on the exchange.
1818

1919
3️⃣ Wait for about 48 hours.

0 commit comments

Comments
 (0)