Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/fbw_tail_utils.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/aircraft/fixinfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/aircraft/fma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/aircraft/screens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/aircraft/sop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/aircraft/takeoffissues.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/general/goldenrules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/general/latlongfix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/general/navroutes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/general/roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/addon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/boratorium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/boris.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/bruheg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/crak.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/default.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/fms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/fridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/guard.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/juan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/merge.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/mico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/nut-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/prefix/memes/nut.png
Binary file added assets/images/prefix/memes/oim.gif
Binary file added assets/images/prefix/memes/p3d.png
Binary file added assets/images/prefix/memes/poggers.gif
Binary file added assets/images/prefix/memes/pov.gif
Binary file added assets/images/prefix/memes/pov_downscaled.gif
Binary file added assets/images/prefix/memes/ptu.jpg
Binary file added assets/images/prefix/memes/pw.png
Binary file added assets/images/prefix/memes/shame.gif
Binary file added assets/images/prefix/memes/shomas.png
Binary file added assets/images/prefix/memes/xp.gif
Binary file added assets/images/prefix/support/apmodes.png
Binary file added assets/images/prefix/support/brakecheck.png
Binary file added assets/images/prefix/support/community.png
Binary file added assets/images/prefix/support/content.png
Binary file added assets/images/prefix/support/deadzones.png
Binary file added assets/images/prefix/support/dlss.png
Binary file added assets/images/prefix/support/manualleg.png
Binary file added assets/images/prefix/support/market.png
Binary file added assets/images/prefix/support/navdata.png
Binary file added assets/images/prefix/support/screenshot.jpg
Binary file added assets/images/prefix/support/simbridgeDebug.png
Binary file added assets/images/prefix/support/simversion.jpg
Binary file added assets/images/prefix/support/tca-settings.png
Binary file added assets/images/prefix/support/utf-8.PNG
Binary file added assets/images/prefix/support/where.png
Binary file added assets/images/prefix/support/winss.png
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default event(Events.ClientReady, async ({ log }, client) => {
client.user?.setUsername('FlyByWire Simulations Utilities');
client.user?.setActivity('the A380X', { type: ActivityType.Watching });
client.user?.setStatus('online');
client.user?.setAvatar(`${imageBaseUrl}/fbw_tail.png`);
client.user?.setAvatar(`${imageBaseUrl}/fbw_tail_utils.png`);
} catch (error) {
log('Failed to set username, activity, status and avatar:', error);
}
Expand Down