Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Loïc Bersier
Haha Yes
Commits
145edfac
Commit
145edfac
authored
Nov 07, 2020
by
Loïc Bersier
😎
Browse files
Show gitea as the main one
Signed-off-by:
loicbersier
<
loic.bersier1@gmail.com
>
parent
1bbc7743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
commands/utility/about.js
commands/utility/about.js
+1
-1
No files found.
commands/utility/about.js
View file @
145edfac
...
...
@@ -46,9 +46,9 @@ class aboutCommand extends Command {
.
setDescription
(
description
)
.
addField
(
'
Current commit
'
,
out
.
stdout
)
.
addField
(
'
Current owner:
'
,
`
${
this
.
client
.
users
.
resolve
(
this
.
client
.
ownerID
).
tag
}
(
${
this
.
client
.
ownerID
}
)`
)
.
addField
(
'
Gitea (Main)
'
,
'
https://git.namejeff.xyz/Supositware/Haha-Yes
'
,
true
)
.
addField
(
'
Gitlab (Mirror)
'
,
'
https://gitlab.com/LoicBersier/DiscordBot
'
,
true
)
.
addField
(
'
Github (Mirror)
'
,
'
https://github.com/loicbersier/Haha-yes
'
,
true
)
.
addField
(
'
Gitea
'
,
'
https://git.namejeff.xyz/Supositware/Haha-Yes
'
,
true
)
.
setThumbnail
(
'
https://its.gamingti.me/ZiRe.png
'
)
.
setFooter
(
`Original bot made by
${
this
.
client
.
users
.
resolve
(
'
267065637183029248
'
).
tag
}
(267065637183029248)`
);
// Please this line
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment