NYTDiscordBot / DiscordBot

0 stars 0 forks source link

Update git repository #5

Closed cjonsmith closed 2 years ago

cjonsmith commented 2 years ago

This might just work on it's own, since the old repo shares the same git history, but it will probably be confusing if we ever have to debug the code on the DO droplet for whatever reason, since the repository that's cloned there currently is from the old repo (https://github.com/awseale/discordBot) and will maintain that as the old .

@awseale or @DanceParty we'll probably want to update the repository's remote URI on the droplet via git remote set-url origin git@github.com:NYTDiscordBot/DiscordBot.git and then refresh the history with a git pull.

cjonsmith commented 2 years ago

Tests be borked from #4; a PR to revert those changes can be found in #6, which will get these tests unborken.