Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Uo1428 committed Aug 9, 2023
1 parent f586739 commit be90635
Show file tree
Hide file tree
Showing 30 changed files with 197 additions and 846 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TOKEN=""
CLIENT_ID=""
89 changes: 89 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
entrypoint = "index.js"

hidden = [".config", "package-lock.json"]

[interpreter]
command = [
"prybar-nodejs",
"-q",
"--ps1",
"\u0001\u001b[33m\u0002\u0001\u001b[00m\u0002 ",
"-i"
]

[[hints]]
regex = "Error \\[ERR_REQUIRE_ESM\\]"
message = "We see that you are using require(...) inside your code. We currently do not support this syntax. Please use 'import' instead when using external modules. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)"

[nix]
channel = "stable-22_11"

[env]
XDG_CONFIG_HOME = "$REPL_HOME/.config"
PATH = "$REPL_HOME/.config/npm/node_global/bin:$REPL_HOME/node_modules/.bin"
npm_config_prefix = "$REPL_HOME/.config/npm/node_global"

[gitHubImport]
requiredFiles = [".replit", "replit.nix", ".config", "package.json", "package-lock.json"]

[packager]
language = "nodejs"

[packager.features]
packageSearch = true
guessImports = true
enabledForHosting = false

[unitTest]
language = "nodejs"

[debugger]
support = true

[debugger.interactive]
transport = "localhost:0"
startCommand = [ "dap-node" ]

[debugger.interactive.initializeMessage]
command = "initialize"
type = "request"

[debugger.interactive.initializeMessage.arguments]
clientID = "replit"
clientName = "replit.com"
columnsStartAt1 = true
linesStartAt1 = true
locale = "en-us"
pathFormat = "path"
supportsInvalidatedEvent = true
supportsProgressReporting = true
supportsRunInTerminalRequest = true
supportsVariablePaging = true
supportsVariableType = true

[debugger.interactive.launchMessage]
command = "launch"
type = "request"

[debugger.interactive.launchMessage.arguments]
args = []
console = "externalTerminal"
cwd = "."
environment = []
pauseForSourceMap = false
program = "./index.js"
request = "launch"
sourceMaps = true
stopOnEntry = false
type = "pwa-node"

[languages]

[languages.javascript]
pattern = "**/{*.js,*.jsx,*.ts,*.tsx,*.json}"

[languages.javascript.languageServer]
start = "typescript-language-server --stdio"

[deployment]
run = ["sh", "-c", "node index.js"]
11 changes: 0 additions & 11 deletions Assets/Config/config.js

This file was deleted.

10 changes: 0 additions & 10 deletions Assets/Config/embed.js

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Config/emotes.js

This file was deleted.

10 changes: 0 additions & 10 deletions Assets/Config/settings.js

This file was deleted.

23 changes: 0 additions & 23 deletions Commands/Slash/AI/imagine.js

This file was deleted.

36 changes: 0 additions & 36 deletions Commands/Slash/ContextMenu/avatar.js

This file was deleted.

38 changes: 0 additions & 38 deletions Commands/Slash/ContextMenu/avatar2.js

This file was deleted.

40 changes: 0 additions & 40 deletions Commands/Slash/Info/invite.js

This file was deleted.

59 changes: 0 additions & 59 deletions Commands/Slash/Info/ping.js

This file was deleted.

27 changes: 0 additions & 27 deletions Commands/Slash/OwnerOnly/eval.js

This file was deleted.

19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<h1 align="center">
Another Journey
AnotherJourney - Discord Bot
</h1>
<h4 align="center">Discord Bot that can create AI images like midJourney - Free</h4>
<br>

To setupt bot watch [Tutorial](https://youtu.be/cjTMgRGKKE0)
--
<h4 align="center">Made with love by Uo (dont take credit)</h4>

---------
# How To Setup Bot?
- Watch [**Youtbe Video**](https://youtu.be/T3aQ58JLVXM)
# 💖 Support
- ### [ΛLL IN ONΞ™ | Development </>](https://discord.gg/uoaio)
- ### [ΛLL IN ONΞ™ | Development </>](https://dsc.gg/uoaio)
# 💝 Credit
If consider using this Template, make sure to credit me!
### [Uo#0331](https://discord.com/users/922120042651451423) | [Discord](https://discord.gg/uoaio)
Make sure to credit me!
### [Uo#0331 or uoaio](https://discord.com/users/922120042651451423) | [Website](https://uoaio.vercel.app/) | [Discord](https://dsc.gg/uoaio)
#### Profile
<img align="left" width="100%" style="margin: 0 10px 0 0;" alt=" " src="https://discord.c99.nl/widget/theme-2/922120042651451423.png">
<img align="left" width="100%" style="margin: 0 10px 0 0;" alt=" " src="https://media.discordapp.net/attachments/877859563016159252/879664980218249216/colour_line2.gif">
<img align="left" width="100%" style="margin: 0 10px 0 0;" alt=" " src="https://media.discordapp.net/attachments/877859563016159252/879664980218249216/colour_line2.gif">
Loading

0 comments on commit be90635

Please sign in to comment.